Category: Binary Exploitation Solves: 120
Here's the most basic concept in binary exploitation, the buffer overflow! Connect to the service (using netcat or other tools), and get the flag!
Note: The service will run the given binary easy_buffer_overflow
nc 128.199.104.41 29458
Hint